home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / demos / audio / amesh / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  334 b   |  20 lines

  1. #
  2. # This makefile builds all the programs for the amesh demo
  3. #
  4.  
  5. include ${ROOT}/usr/include/make/commondefs
  6.  
  7. CFILES    = aifflib.c
  8. C++FILES= Power.c++
  9. HFILES    = aifflib.h
  10. TARGETS=aifflib.o Power.o
  11.  
  12. COMMONPREF= amesh
  13.  
  14. default ${COMMONTARGS}: ${COMMONPREF}$$@
  15.     cd amesh; ${MAKE} $@
  16.  
  17. ${COMMONPREF}default: ${TARGETS}
  18.  
  19. include ${COMMONRULES}
  20.